h1{
    text-align: center;
    margin-top: 0cm;
    font-size: 11mm;
    border: 0px solid rgba(0, 0, 0, 0.68);
    line-height: 5cm;
    background-color: rgba(255, 255, 255, 0.914);
    opacity: 70%;
}

h2{
    text-align: left;
    border: 0px solid rgba(0, 0, 0, 0.68);
    line-height: 20mm;
    background-color: rgba(170, 222, 255, 0.533);
    font-size: 6mm;
}

h3{
    text-align: left;
    border: 0px solid rgba(0, 0, 0, 0.68);
    line-height: 20mm;
    background-color: rgba(170, 222, 255, 0.533); 
    font-size: 6mm;
}

ul{
  display: flex;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  width: 100%;
}

li{
  margin-top: 5mm;
  font-size: 6mm;  
  text-align: center;
  border: 0px solid rgba(0, 0, 0, 0.68);
  line-height: 16mm;
  background-color: rgba(0, 0, 0, 0.397);
  list-style: none;
  font-family: "Stardos Stencil", system-ui;
  font-weight: 700;
  font-style: normal;
  width: 565px;
}

body{
    background-image: url("/Images/fondo2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    margin: 0;
}

a {
    text-decoration: none; 
    color: white;         
}